11cb0ef41Sopenharmony_ciimport { writeFileSync } from 'node:fs';
21cb0ef41Sopenharmony_ci
31cb0ef41Sopenharmony_cilet counter = 0;
41cb0ef41Sopenharmony_ci
51cb0ef41Sopenharmony_ciexport async function initialize() {
61cb0ef41Sopenharmony_ci  writeFileSync(1, `hooks initialize ${++counter}\n`);
71cb0ef41Sopenharmony_ci}
8