File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ if (typeof webpackJsonp !== 'object') {
21
21
pyjs = require ( 'fs' ) . readFileSync ( __dirname + '/js.py' ) . toString ( ) ;
22
22
}
23
23
else {
24
- pyjs = require ( '!raw-loader!./js.py' ) . default ;
24
+ pyjs = require ( '!raw-loader!' + ' ./js.py') . default ;
25
25
}
26
26
27
27
function wait_exist ( fn ) {
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ if (typeof webpackJsonp !== 'object') {
84
84
Module . emterpreterFile = file . buffer . slice ( file . byteOffset , file . byteOffset + file . byteLength ) ;
85
85
}
86
86
else {
87
- Module . emterpreterFile = require ( '!arraybuffer-loader!./micropython.binary' ) ;
87
+ Module . emterpreterFile = require ( '!arraybuffer-loader!' + ' ./micropython.binary') ;
88
88
}
89
89
// Copyright 2010 The Emscripten Authors. All rights reserved.
90
90
// Emscripten is available under two separate licenses, the MIT license and the
You can’t perform that action at this time.
0 commit comments