Skip to content

Commit

Permalink
fix: await the CLI request in files.raw (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
huw authored and bitpshr committed Jul 24, 2019
1 parent 41f7386 commit 2e9808b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/endpoints/Files.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default class Files extends Endpoint {
if (!isNodeEnvironment() || options.disableWrite) {
return;
}
this.cliRequest([
await this.cliRequest([
"file",
"export",
latestDescriptor.fileId,
Expand Down

0 comments on commit 2e9808b

Please sign in to comment.