fix: minor spelling problem
This commit is contained in:
committed by
calebboyd
parent
9906df8d55
commit
dbcff4c7d2
+1
-1
@@ -95,7 +95,7 @@ export class NexeCompiler {
|
||||
|
||||
quit() {
|
||||
const time = Date.now() - this.start
|
||||
this.log.write(`Finsihed in ${time / 1000}s`)
|
||||
this.log.write(`Finished in ${time / 1000}s`)
|
||||
return this.log.flush()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user