Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
fix(gen-dts): specify filename for error message:
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis committed Mar 26, 2018
1 parent 25c1241 commit 0f596d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/generate-dts.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ const json = require('../manifest-schema.json');

delete json.definitions.resources.items.anyOf;

compile(json)
compile(json, 'manifest-schema.json')
.then(ts => fs.writeFileSync('manifest-schema.d.ts', ts));

0 comments on commit 0f596d4

Please sign in to comment.