« get me outta code hell

http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/src/loop-play.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/loop-play.js')
-rw-r--r--src/loop-play.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/loop-play.js b/src/loop-play.js
index 7457b41..884d3cb 100644
--- a/src/loop-play.js
+++ b/src/loop-play.js
@@ -1,3 +1,5 @@
+// This isn't actually the code for the `play` command! That's in `play.js`.
+
 'use strict'
 
 const { spawn } = require('child_process')