change: selects now use inputmanager
fix: bad exit logic feat: field rename now supports renaming things with multiple widgets
This commit is contained in:
@@ -9,7 +9,7 @@ logFile.truncateSync(0);
|
||||
|
||||
export function log(message: any) {
|
||||
if (typeof message === "object") {
|
||||
message = JSON.stringify(message);
|
||||
message = Deno.inspect(message);
|
||||
}
|
||||
logFile.writeSync(new TextEncoder().encode(message + "\n"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user