chore: fix build
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -32,3 +32,4 @@ bun.lock
|
|||||||
|
|
||||||
# temp files
|
# temp files
|
||||||
slop.md
|
slop.md
|
||||||
|
.env*.local
|
||||||
|
|||||||
@@ -18,6 +18,6 @@ export class Alert {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Show(time: number = -1): void {
|
Show(time: number = -1): void {
|
||||||
alert(`${this.title} [${this.severity}]: ${this.description}`)
|
alert(`${this.title} [${this.severity}]: ${this.description} (time: ${time})`)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -41,8 +41,8 @@ export class Wush extends Shell {
|
|||||||
*/
|
*/
|
||||||
private execExitCode: number = 0
|
private execExitCode: number = 0
|
||||||
|
|
||||||
// workers
|
// todo: workers
|
||||||
private workersAllowed: boolean = false
|
// private workersAllowed: boolean = false
|
||||||
|
|
||||||
// streams
|
// streams
|
||||||
readonly stdin: SimpleStream<string>
|
readonly stdin: SimpleStream<string>
|
||||||
|
|||||||
Reference in New Issue
Block a user