mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
This reverts commit c5fe1dbdbb.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
const {helper, assert, debugError} = require('./helper');
|
||||
const {helper, assert} = require('./helper');
|
||||
const fs = require('fs');
|
||||
|
||||
const openAsync = helper.promisify(fs.open);
|
||||
@@ -89,8 +89,6 @@ class Tracing {
|
||||
let resultBuffer = null;
|
||||
try {
|
||||
resultBuffer = Buffer.concat(bufs);
|
||||
} catch (error) {
|
||||
debugError(error);
|
||||
} finally {
|
||||
return resultBuffer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user