diff options
| author | amy <[email protected]> | 2023-02-23 19:41:22 +0000 |
|---|---|---|
| committer | amy <[email protected]> | 2023-02-23 19:41:22 +0000 |
| commit | 99fe0914d11f936547876dc110f16081180b545a (patch) | |
| tree | 3f28bf623b419582421df2095b2f4107fd1412ce /src/jssh.js | |
| parent | 0cb10535ba89c8fcd9a9d49444a9a9bea8d0f5e2 (diff) | |
uwu
Diffstat (limited to 'src/jssh.js')
| -rw-r--r-- | src/jssh.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/jssh.js b/src/jssh.js index 5fd8ccb..646c571 100644 --- a/src/jssh.js +++ b/src/jssh.js @@ -99,8 +99,8 @@ class jssh { return this.add_file(fs, path, dir); } } - document.getElementById(this.history).innerHTML += - "jssh: " + path.join("/") + ": directory not found</br>"; + this.stdout( + "jssh: " + path.join("/") + ": directory not found</br>"); } write_file(fs, path, content, append) { if (path.length == 1) { @@ -180,7 +180,8 @@ class jssh { } } } - console.log(settings); + //console.log(settings); + //console.log(id,stripped[1],t.join(" ").replace(/#_ID/g, id)) //let id = document.getElementsByClassName("window").length; //console.log(id); this.window_create( |
