Handle promise linting (#5488)
This commit is contained in:
@@ -48,5 +48,5 @@ export default async function main(exit = false) {
|
||||
}
|
||||
|
||||
if (process.env.NODE_ENV !== "test") {
|
||||
main(true);
|
||||
void main(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user