setTimeout(() => {
        if (out === undefined) {
          process.stdout.write(undefined);
        } else {
          process.stdout.write(out);