We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a77c52 commit 02fbabbCopy full SHA for 02fbabb
lib/watch.js
@@ -52,6 +52,7 @@ function watchFiles(
52
53
/** @type {() => void} */
54
let runReview = () => {
55
+ console.log("REVIEW TRIGGERED")
56
Runner.requestReview(options, app);
57
};
58
0 commit comments