minor fix
This commit is contained in:
parent
c97708f450
commit
aa9c510f37
1 changed files with 1 additions and 0 deletions
|
@ -1461,6 +1461,7 @@ public class ISBPL {
|
|||
public void interpret(File file, String code, Stack<ISBPLObject> stack) {
|
||||
if(code.startsWith("#!"))
|
||||
code = code.substring(code.indexOf("\n") + 1);
|
||||
debuggerIPC.stack.put(Thread.currentThread().getId(), stack);
|
||||
fileStack.get().push(file);
|
||||
code = cleanCode(code);
|
||||
String[] words = splitWords(code);
|
||||
|
|
Loading…
Reference in a new issue