From e0ee3edf71388614a1bc07dc43aaf18def1a630e Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 21 Sep 2023 01:19:31 +0200 Subject: [PATCH] Fix: fix query:licenses --- scripts/generateLicenseInfo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generateLicenseInfo.ts b/scripts/generateLicenseInfo.ts index 5141c6f5e..915db7cdc 100644 --- a/scripts/generateLicenseInfo.ts +++ b/scripts/generateLicenseInfo.ts @@ -3,7 +3,7 @@ import SmallLicense from "../src/Models/smallLicense" import ScriptUtils from "./ScriptUtils" import Script from "./Script" import { Utils } from "../src/Utils" - +const prompt = require("prompt-sync")() export class GenerateLicenseInfo extends Script { private static readonly needsLicenseRef = new Set( ScriptUtils.readDirRecSync("./LICENSES")