Skip to content

Commit

Permalink
Merge branch 'main' into remove-cli-highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
SferaDev authored Jul 29, 2022
2 parents 2187276 + f9f4742 commit 2f431a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/bin/run.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node
import { Errors, flush, run } from '@oclif/core';
import { Errors, run } from '@oclif/core';

run(void 0, import.meta.url)
.then(flush)
// .then(flush) // Prevent timeout in xata shell
.catch(Errors.handle);

0 comments on commit 2f431a8

Please sign in to comment.