first commit
This commit is contained in:
6
node_modules/@tootallnate/quickjs-emscripten/dist/debug.js
generated
vendored
Normal file
6
node_modules/@tootallnate/quickjs-emscripten/dist/debug.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.debugLog = exports.QTS_DEBUG = void 0;
|
||||
exports.QTS_DEBUG = false || Boolean(typeof process === "object" && process.env.QTS_DEBUG);
|
||||
exports.debugLog = exports.QTS_DEBUG ? console.log.bind(console) : () => { };
|
||||
//# sourceMappingURL=debug.js.map
|
||||
Reference in New Issue
Block a user