Skip to content

Instantly share code, notes, and snippets.

@lieuwex
Created January 20, 2016 16:35
Show Gist options
  • Save lieuwex/4bf64d7416a5e74bf618 to your computer and use it in GitHub Desktop.
Save lieuwex/4bf64d7416a5e74bf618 to your computer and use it in GitHub Desktop.
const { gooiFile } = require('gooi');
try {
gooiFile(id);
} catch (file) {
console.log(file.name);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment