Skip to content

Commit

Permalink
fixing typo, adding gitignore for jre files
Browse files Browse the repository at this point in the history
  • Loading branch information
perimosocordiae committed Sep 11, 2012
1 parent eaee1a9 commit e17c3ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
jre/*
2 changes: 1 addition & 1 deletion js/src/frontend/Shell.js
Expand Up @@ -359,7 +359,7 @@ define(['util/Util', 'vm/JavaArray', 'vm/Enum', 'vm/MethodRun'],
*/
function clearstack(shell) {
JVM.getExecutingThread().clearStack();
shell.stduut("Stack is now clear.\n");
shell.stdout("Stack is now clear.\n");
}

/**
Expand Down

0 comments on commit e17c3ff

Please sign in to comment.