From 99fe0914d11f936547876dc110f16081180b545a Mon Sep 17 00:00:00 2001 From: amy Date: Thu, 23 Feb 2023 19:41:22 +0000 Subject: uwu --- src/jssh.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/jssh.js') 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
"; + this.stdout( + "jssh: " + path.join("/") + ": directory not found
"); } 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( -- cgit v1.2.3