Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 49e4b4a

Browse files
2007heavennchevobbe
authored andcommitted
cleanup
1 parent 3e8e399 commit 49e4b4a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/devtools-connection/src/webconsole/client.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,7 @@ WebConsoleClient.prototype = {
665665
if (stringGrip._fullText) {
666666
return stringGrip._fullText.promise;
667667
}
668+
668669
let deferred = stringGrip._fullText = promise.defer();
669670
let { actor, initial, length } = stringGrip;
670671
let longStringClient = this.longString(stringGrip);

packages/devtools-launchpad/src/client/firefox-types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export type TabTarget = {
245245
script: Script,
246246
func: Function,
247247
params?: { frameActor?: FrameId }
248-
) => void
248+
) => void,
249249
},
250250
form: { consoleActor: any },
251251
activeTab: {

0 commit comments

Comments
 (0)