-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.
Description
environment:
os: ubuntu 13.10
iojs: v1.8.1
step
> var assert = require('assert');
undefined
> fs.watch("/home/xxx/test.js", { persistent: true }, assert.fail)
Error: watch ENOSPC
at exports._errnoException (util.js:749:11)
at FSWatcher.start (fs.js:1228:11)
at Object.fs.watch (fs.js:1254:11)
at repl:1:4
at REPLServer.defaultEval (repl.js:124:27)
at bound (domain.js:254:14)
at REPLServer.runBound [as eval] (domain.js:267:12)
at REPLServer.<anonymous> (repl.js:277:12)
at emitOne (events.js:77:13)
at REPLServer.emit (events.js:166:7)Metadata
Metadata
Assignees
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.