Skip to content

fails to execute #3

@Motiab

Description

@Motiab

fails upon execution of:
#node index.js
C:\Users...\nodeoffice\lib\node-office.js:68
next(err, getBodyObject);
^
ReferenceError: next is not defined
at C:\Users\moti\dev\nodeoffice\lib\node-office.js:68:7
at C:\Users\moti\dev\nodeoffice\lib\node-office.js:138:11
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:511:3)

Apparently, line 58 and 80 should be added with the next parameter:
58: var readBuffer = function(buffer, next){
80: return readBuffer(file, next);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions