Update Source.js
This commit is contained in:
parent
a8b6231233
commit
b962cae831
|
|
@ -102,7 +102,6 @@ class Source {
|
||||||
}
|
}
|
||||||
|
|
||||||
async saveAs(path) {
|
async saveAs(path) {
|
||||||
console.log(path);
|
|
||||||
await writeFileAsync(path, this.text());
|
await writeFileAsync(path, this.text());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue