try {
    const filePath = path.join(srcDir, 'demo-async.htm');

    try {
      fs.accessSync(filePath, fs.constants.F_OK);