Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Apr 7, 2020
1 parent f508180 commit e255f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/initializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export async function create(
spinner.start('Injecting api');
waPage = await injectApi(waPage);
spinner.succeed('Whatsapp is ready');

const debugURL = `http://localhost:${readFileSync('./session/DevToolsActivePort').slice(0, -54)}`;
console.log(`\nDebug ➜ \x1b[34m${debugURL}\x1b[0m`);

Expand Down

0 comments on commit e255f3a

Please sign in to comment.