Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Add liveDebug flag to source generation (Closes #295) (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperata authored and jkelvie committed Jun 19, 2017
1 parent d491e3d commit 5c5285e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/external/source-name-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export class SourceNameGenerator {
id,
secretKey,
name: id,
liveDebug: true,
},
},
json: true,
Expand Down
1 change: 1 addition & 0 deletions test/external/source-name-generator-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ describe("Source Name Generator", function() {
id: "id",
secretKey: "secretKey",
name: "id",
liveDebug: true,
},
},
json: true,
Expand Down

0 comments on commit 5c5285e

Please sign in to comment.