You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log(`\n\nERROR: SOME ENTRIES HAVE DEFINITIONS WHOSE TargetLanguageKeyword ENTRIES ARE NOT UNIQUE!\n${guaranteedToFailConstraints.toString()}`);
333
+
spinner.fail('Importjson will not import correctly into morphodict')
334
+
thrownewError();
335
+
}else{
336
+
console.log([
337
+
'Warning: There are brittle entries in this importjson where small changes in definitions may break the import process',
338
+
'Please see the documentation and the data/brittle_entries.json file'
339
+
].join("."));
340
+
}
341
+
342
+
returnspinner.succeed('Importjson should work with morphodict.')
0 commit comments