Skip to content

Commit 44d8f67

Browse files
committed
fix: self invoked instruction statement
1 parent 137f94f commit 44d8f67

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

instructions.ts

-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import { join } from 'path'
1111
import { mkdirSync, existsSync } from 'fs'
1212
import * as sinkStatic from '@adonisjs/sink'
13-
import { Application } from '@adonisjs/application'
1413
import { ApplicationContract } from '@ioc:Adonis/Core/Application'
1514

1615
/**
@@ -221,5 +220,3 @@ export default async function instructions(
221220

222221
spinner.stop()
223222
}
224-
225-
instructions(join(__dirname, 'foo'), new Application(join(__dirname, 'foo'), 'web', {}), sinkStatic)

npm-audit.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h5 class="card-title">
5555
<div class="card">
5656
<div class="card-body">
5757
<h5 class="card-title">
58-
October 24th 2020, 6:26:39 pm
58+
October 25th 2020, 7:29:20 am
5959
</h5>
6060
<p class="card-text">Last updated</p>
6161
</div>

0 commit comments

Comments
 (0)