mirror of
https://github.com/PretendoNetwork/SSSL.git
synced 2026-08-23 11:23:59 -05:00
fix linter errors
This commit is contained in:
2
patch.js
2
patch.js
@@ -3,7 +3,7 @@ const crypto = require('node:crypto');
|
||||
const path = require('node:path');
|
||||
const { pki, md } = require('node-forge');
|
||||
const prompt = require('prompt');
|
||||
const colors = require("@colors/colors/safe");
|
||||
const colors = require('@colors/colors/safe');
|
||||
|
||||
async function showPrompt() {
|
||||
prompt.message = colors.magenta('SSSL');
|
||||
|
||||
Reference in New Issue
Block a user