Update Source.js

This commit is contained in:
Joel Einbinder 2020-01-21 17:16:17 -08:00 committed by GitHub
parent a8b6231233
commit b962cae831
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,6 @@ class Source {
}
async saveAs(path) {
console.log(path);
await writeFileAsync(path, this.text());
}