don't take sentry of next section into blob

This commit is contained in:
Igor Klopov 2017-05-22 18:13:24 +03:00
parent 85d25ab060
commit ebc1e2190e
4 changed files with 4 additions and 4 deletions

View File

@ -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');

View File

@ -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');

View File

@ -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');

View File

@ -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');