Commit Graph

25 Commits

Author SHA1 Message Date
2599470bb6 Add stdin flag to console and update copyright
app.js: Add a _useStdin flag (via WScript.Arguments.Named.Exists("stdin")) and skip default echoing when stdin is in use; switch WScript.Echo to WScript.StdOut.WriteLine for proper stdout output. Remove separator comment lines before initializeConsole. bootstrap.js: Bump copyright year to 2026 and remove an obsolete/commented CORS-to-ADO registry tweak. These changes improve console output behavior for piped input and clean up bootstrap metadata and comments.
2026-04-09 16:30:17 +09:00
f63a46e5b1 Add TraceError and function export utility
Introduces a TraceError class for enhanced stack tracing and logging, and adds a __export__ utility to wrap functions with error handling and naming. Also adds a console.trace method and updates bootstrap.js to use the new main function structure.
2026-01-23 16:00:12 +09:00
f911e34c16 Update license headers, contact email, and fix broken files 2025-06-07 16:57:09 +09:00
d15f23a3c1 Update app.js and clean up files 2024-07-23 04:26:38 +09:00
a1c45e9bd5
Update bootstrap.js 2023-01-03 16:35:53 +09:00
ea41064aed Update lib/std.js, bootstrap.js 2022-04-28 13:11:26 +09:00
65181b84e4
Update bootstrap.js 2022-04-20 12:33:07 +09:00
0977f2a95c Update bootstrap.js 2021-12-09 16:51:53 +09:00
6ee94fb57a 20210428 2021-04-28 16:28:43 +09:00
b32301f9ea fix 2020-12-07 12:48:37 +09:00
a634f54400 fix 2020-11-18 13:13:38 +09:00
e44554f981 fix many things 2020-11-04 16:30:52 +09:00
1680925458 Update bootstrap.js 2020-08-05 17:51:45 +09:00
2c88ce06ed fix 2020-07-27 11:31:52 +09:00
a2c475a89a Update shell.js and relative files 2020-07-26 20:40:25 +09:00
be70c01671 fix 2020-07-23 18:03:58 +09:00
613fa1ca0c Update bootstrap.js 2020-07-21 18:11:54 +09:00
f8efc0b946 Update bootstrap.js 2020-07-21 18:06:33 +09:00
321a83fa72 Update bootstrap.js 2020-07-21 17:47:09 +09:00
c3e33e0b65 Update bootstrap.js 2020-07-21 16:59:42 +09:00
651b2b4d38 Update bootstrap,js and relative files 2020-07-21 16:03:36 +09:00
882b274f4b Update bootstrap.js 2020-07-21 15:56:17 +09:00
f1f24765fd Update bootstrap.js and relative files. 2020-07-21 15:42:12 +09:00
238420c637 Update bootstrap.js and relative files 2020-07-21 15:30:18 +09:00
02c56bec32 Update app.js and relative files 2020-07-21 15:14:14 +09:00