mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 17:30:02 +02:00
🎨 New, overkill linter
This commit is contained in:
parent
7650c90c3a
commit
d84e0941b5
49 changed files with 670 additions and 470 deletions
|
@ -10,11 +10,11 @@ import { configDispatch } from '../utils'
|
|||
export const bootstrap = async () => {
|
||||
log.info(`Bootstrapping ${config.name}...`)
|
||||
|
||||
const args = ['--application-choice', 'browser']
|
||||
const arguments_ = ['--application-choice', 'browser']
|
||||
|
||||
console.debug(`Passing through to |mach bootstrap|`)
|
||||
await configDispatch('./mach', {
|
||||
args: ['bootstrap', ...args],
|
||||
args: ['bootstrap', ...arguments_],
|
||||
cwd: ENGINE_DIR,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue