Skip to content

Commit

Permalink
Fix: Ensure respec2html doesn't cache old respec (#903)
Browse files Browse the repository at this point in the history
* Ensure respec2html doesn't cache old respec versions in long-running processes

This has caused puzzling errors in the spec generator

* Use double quotes for jshint
  • Loading branch information
dontcallmedom authored and Marcos Cáceres committed Aug 4, 2016
1 parent c25e164 commit 107d36a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/respecDocWriter.js
Expand Up @@ -83,6 +83,7 @@ const tasks = {
webPreferences: {
"images": false,
"defaultEncoding": "utf-8",
partition: "nopersist",
userData,
}
});
Expand Down

0 comments on commit 107d36a

Please sign in to comment.