chore: fix build
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -32,3 +32,4 @@ bun.lock
|
||||
|
||||
# temp files
|
||||
slop.md
|
||||
.env*.local
|
||||
|
||||
@@ -18,6 +18,6 @@ export class Alert {
|
||||
}
|
||||
|
||||
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
|
||||
|
||||
// workers
|
||||
private workersAllowed: boolean = false
|
||||
// todo: workers
|
||||
// private workersAllowed: boolean = false
|
||||
|
||||
// streams
|
||||
readonly stdin: SimpleStream<string>
|
||||
|
||||
Reference in New Issue
Block a user