Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Nov 14, 2022
1 parent 5d2dae8 commit 427ea08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions other/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const fs = require('fs')
const {spawn} = require('child_process')
const os = require('os')
const path = require('path')
const invariant = require('tiny-invariant')

async function go() {
const currentInstance = os.hostname()
Expand Down

0 comments on commit 427ea08

Please sign in to comment.