don't take sentry of next section into blob
This commit is contained in:
parent
85d25ab060
commit
ebc1e2190e
@ -236,7 +236,7 @@
|
||||
+ var s = new vm.Script(prelude, { filename: 'pkg/prelude/bootstrap.js' });
|
||||
+ var fn = s.runInThisContext();
|
||||
+ return fn(process, NativeModule.require, console, fd,
|
||||
+ PAYLOAD_POSITION, PRELUDE_POSITION - PAYLOAD_POSITION);
|
||||
+ PAYLOAD_POSITION, PRELUDE_POSITION - PAYLOAD_POSITION - 16);
|
||||
+ }
|
||||
+ (function () {
|
||||
+ var fd = fs.openSync(process.execPath, 'r');
|
||||
|
||||
@ -297,7 +297,7 @@
|
||||
+ var s = new vm.Script(prelude, { filename: 'pkg/prelude/bootstrap.js' });
|
||||
+ var fn = s.runInThisContext();
|
||||
+ return fn(process, NativeModule.require, console, fd,
|
||||
+ PAYLOAD_POSITION, PRELUDE_POSITION - PAYLOAD_POSITION);
|
||||
+ PAYLOAD_POSITION, PRELUDE_POSITION - PAYLOAD_POSITION - 16);
|
||||
+ }
|
||||
+ (function () {
|
||||
+ var fd = fs.openSync(process.execPath, 'r');
|
||||
|
||||
@ -208,7 +208,7 @@
|
||||
+ var s = new vm.Script(prelude, { filename: 'pkg/prelude/bootstrap.js' });
|
||||
+ var fn = s.runInThisContext();
|
||||
+ return fn(process, NativeModule.require, console, fd,
|
||||
+ PAYLOAD_POSITION, PRELUDE_POSITION - PAYLOAD_POSITION);
|
||||
+ PAYLOAD_POSITION, PRELUDE_POSITION - PAYLOAD_POSITION - 16);
|
||||
+ }
|
||||
+ (function () {
|
||||
+ var fd = fs.openSync(process.execPath, 'r');
|
||||
|
||||
@ -208,7 +208,7 @@
|
||||
+ var s = new vm.Script(prelude, { filename: 'pkg/prelude/bootstrap.js' });
|
||||
+ var fn = s.runInThisContext();
|
||||
+ return fn(process, NativeModule.require, console, fd,
|
||||
+ PAYLOAD_POSITION, PRELUDE_POSITION - PAYLOAD_POSITION);
|
||||
+ PAYLOAD_POSITION, PRELUDE_POSITION - PAYLOAD_POSITION - 16);
|
||||
+ }
|
||||
+ (function () {
|
||||
+ var fd = fs.openSync(process.execPath, 'r');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user