mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
Log os
This commit is contained in:
parent
af8c30429c
commit
ea892dd1c3
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ const run = async (tests) => {
|
|||
try {
|
||||
for (let i = 0; i < tests.length; i += 1) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(`${scriptName}: test ${i}`);
|
||||
console.log(`[${os.platform()}] ${scriptName}: test ${i}`);
|
||||
const test = tests[i];
|
||||
|
||||
let expectedOutput;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue