Sha256: 36bdf96ad6041d4eb2226adac78b2d2502d60fef191d0fd63b0ba02e29eb6a5e

Contents?: true

Size: 767 Bytes

Versions: 69

Compression:

Stored size: 767 Bytes

Contents

var fs = require("fs")
var touch = require("../touch.js")

function _ (fn) { return function (er) {
  if (er) throw er
  fn()
}}

touch.sync("sync")
touch("async", _(function () {
  console.log("async", fs.statSync("async"))
  console.log("sync", fs.statSync("sync"))

  setTimeout(function () {
    touch.sync("sync")
    touch("async", _(function () {
      console.log("async", fs.statSync("async"))
      console.log("sync", fs.statSync("sync"))
      setTimeout(function () {
        touch.sync("sync")
        touch("async", _(function () {
          console.log("async", fs.statSync("async"))
          console.log("sync", fs.statSync("sync"))
          fs.unlinkSync("sync")
          fs.unlinkSync("async")
        }))
      }, 1000)
    }))
  }, 1000)
}))

Version data entries

69 entries across 69 versions & 2 rubygems

Version Path
trusty-festivity-extension-2.6.3 node_modules/bower/node_modules/decompress-zip/node_modules/touch/test/sanity.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/decompress-zip/node_modules/touch/test/sanity.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/decompress-zip/node_modules/touch/test/sanity.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/decompress-zip/node_modules/touch/test/sanity.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/decompress-zip/node_modules/touch/test/sanity.js
trusty-festivity-extension-2.5.18 node_modules/bower/node_modules/decompress-zip/node_modules/touch/test/sanity.js
trusty-festivity-extension-2.5.17 node_modules/bower/node_modules/decompress-zip/node_modules/touch/test/sanity.js
trusty-festivity-extension-2.5.16 node_modules/bower/node_modules/decompress-zip/node_modules/touch/test/sanity.js
trusty-festivity-extension-2.5.15 node_modules/bower/node_modules/decompress-zip/node_modules/touch/test/sanity.js
trusty-festivity-extension-2.5.14 node_modules/bower/node_modules/decompress-zip/node_modules/touch/test/sanity.js
trusty-festivity-extension-2.5.13 node_modules/bower/node_modules/decompress-zip/node_modules/touch/test/sanity.js
trusty-festivity-extension-2.5.12 node_modules/bower/node_modules/decompress-zip/node_modules/touch/test/sanity.js
trusty-festivity-extension-2.5.11 node_modules/bower/node_modules/decompress-zip/node_modules/touch/test/sanity.js
trusty-festivity-extension-2.5.10 node_modules/bower/node_modules/decompress-zip/node_modules/touch/test/sanity.js
trusty-festivity-extension-2.5.9 node_modules/bower/node_modules/decompress-zip/node_modules/touch/test/sanity.js
trusty-festivity-extension-2.5.8 node_modules/bower/node_modules/decompress-zip/node_modules/touch/test/sanity.js
trusty-festivity-extension-2.5.7 node_modules/bower/node_modules/decompress-zip/node_modules/touch/test/sanity.js
trusty-festivity-extension-2.5.6 node_modules/bower/node_modules/decompress-zip/node_modules/touch/test/sanity.js
trusty-festivity-extension-2.5.5 node_modules/bower/node_modules/decompress-zip/node_modules/touch/test/sanity.js
trusty-festivity-extension-2.5.4 node_modules/bower/node_modules/decompress-zip/node_modules/touch/test/sanity.js